home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / beeld / bewerk / gimp-help-2-0.12-setup.exe / {app} / share / gimp / 2.0 / help / en / gimp-help-plain.css < prev    next >
Cascading Style Sheet File  |  2007-07-19  |  2KB  |  115 lines

  1. /* This file is part of gimp-help-2. It is copyrighted under the GNU
  2.    Free Documentation License Version 1.1 which you can get from
  3.    http://www.gnu.org */
  4.   
  5. body
  6. {
  7.   font-family: sans-serif;
  8.   font-size: small;
  9. }
  10.  
  11. dd {
  12.   margin-bottom: 5px;
  13.   margin-left: 20px;
  14. }
  15.  
  16. hr {
  17.   border: 0px;
  18.   border-top: 1px dotted black;
  19.   margin-top: 20px;
  20.   padding-bottom: 10px;
  21. }
  22.  
  23. h1, h2 {
  24.   font-size: x-large;
  25. }
  26.  
  27. h3, h4, h5, p.title {
  28.   font-weight: bold;
  29.   border-bottom: 1px solid black;
  30.   letter-spacing: 2px;
  31.   margin-top: 30px;
  32.   font-size: medium;
  33.   text-decoration: none;
  34. }
  35.  
  36. h3, h4 {
  37.   border: 0;
  38.   letter-spacing: normal;
  39. }
  40.  
  41. a:hover {
  42.   background: lightblue;
  43.   color: black;
  44. }
  45.  
  46. div.toc {
  47.   padding: 0px 10px;
  48.   color: black;
  49.   margin-bottom: 1cm;
  50. }
  51.  
  52. div.toc b { font-size: 140%; }
  53.  
  54. title { margin: 0px; }
  55.  
  56. p {
  57.   display: block;
  58.   margin: 0 20px;
  59. }
  60.  
  61.  
  62. div.toc a {
  63.   margin-left: 5px;
  64.   margin-bottom: 5px;
  65. }
  66.  
  67. div.sect1 {
  68.   margin-left: 20px;
  69.   margin-top: 20px;
  70. }
  71.  
  72. div.sect2 { margin-top: 10px; }
  73.  
  74. .warning, .caution, .tip, .note {
  75.   max-width: 40em;
  76.   padding: 0 0 0 10px;
  77. }
  78.  
  79. .warning {
  80.   border: 1px solid darkred;
  81.   background-color: #ff9999;
  82. }
  83.  
  84. .caution {
  85.   border: 1px solid #827206;
  86.   background-color: #ffdd00;
  87. }
  88.  
  89. .tip {
  90.   border: 1px solid darkblue;
  91.   background-color: #c3d4de;
  92. }
  93.  
  94. .note {
  95.     border: 1px solid darkgreen;
  96.     background-color: #b0e1a9;  
  97. }
  98.  
  99. .guilabel, .guimenu, .guisubmenu, .guimenuitem .guibutton {
  100.   background-color: #eeeee6;
  101.   padding: 2px;
  102. }
  103.  
  104. b.keycap, .keycap {
  105.   background-color: #eeeee6;
  106.   padding: 1px 5px;
  107.   border: 1px solid #999999;
  108.   margin: 0;
  109. }
  110.  
  111. .acronym { text-transform: uppercase; }
  112.  
  113. .accel { text-decoration: underline; }
  114.  
  115.